var github.com/vmihailenco/msgpack/v5.mapStringInterfacePtrType
3 uses
github.com/vmihailenco/msgpack/v5 (current package)
decode_map.go#L19: mapStringInterfacePtrType = reflect.TypeOf((*map[string]interface{})(nil))
decode_map.go#L20: mapStringInterfaceType = mapStringInterfacePtrType.Elem()
decode_map.go#L127: ptr := v.Addr().Convert(mapStringInterfacePtrType).Interface().(*map[string]interface{})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)